-
Notifications
You must be signed in to change notification settings - Fork 8k
samples: boards: nordic: spis_wakeup: Fix sample on nrf54h20 #97044
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
samples: boards: nordic: spis_wakeup: Fix sample on nrf54h20 #97044
Conversation
Add missing property to spi130 node. Add `zephyr,pm-device-runtime-auto` since the sample enables PM. Signed-off-by: Sebastian Głąb <[email protected]>
|
Sample works in internal CI
|
zephyr/soc/nordic/common/Kconfig.defconfig Lines 10 to 11 in 9ae10ea
|
I see it was added in this PR However, it's not present in sdk-zephyr Do You know when this change will be added in NCS? |
That is being worked on here nrfconnect/sdk-zephyr#3314 so hopefully soon, though until then this PR has no negative impact so we can merge this now no problem |
Add missing property to spi130 node.
Add
zephyr,pm-device-runtime-auto
since the sample enables PM.